RequestNodeResponse

data class RequestNodeResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#requestNode operation call. Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes notifications.

See also

Constructors

RequestNodeResponse
Link copied to clipboard
fun RequestNodeResponse(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Node id for given object.

Sources

jvm source
Link copied to clipboard